projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d8457
)
sandbox: dts: Add the real-time-clock test nodes back in
author
Simon Glass
<
[email protected]
>
Fri, 22 May 2015 21:42:17 +0000
(15:42 -0600)
committer
Simon Glass
<
[email protected]
>
Thu, 4 Jun 2015 09:34:47 +0000
(
03:34
-0600)
These were lost when the PMIC series was applied. Add them back so that the
tests pass again.
Reported-by: Joe Hershberger <
[email protected]
>
Signed-off-by: Simon Glass <
[email protected]
>
Acked-by: Joe Hershberger <
[email protected]
>
arch/sandbox/dts/test.dts
patch
|
blob
|
history
diff --git
a/arch/sandbox/dts/test.dts
b/arch/sandbox/dts/test.dts
index 52ff436027a177f86dddcd9a14853224902e7d60..c25614ab8806aef6b908a5f616d2dd47492fe528 100644
(file)
--- a/
arch/sandbox/dts/test.dts
+++ b/
arch/sandbox/dts/test.dts
@@
-12,6
+12,8
@@
eth5 = ð_5;
i2c0 = "/i2c@0";
pci0 = &pci;
+ rtc0 = &rtc_0;
+ rtc1 = &rtc_1;
spi0 = "/spi@0";
testfdt6 = "/e-test";
testbus3 = "/some-bus";
@@
-153,6
+155,22
@@
};
};
+ rtc_0: rtc@43 {
+ reg = <0x43>;
+ compatible = "sandbox-rtc";
+ emul {
+ compatible = "sandbox,i2c-rtc";
+ };
+ };
+
+ rtc_1: rtc@61 {
+ reg = <0x61>;
+ compatible = "sandbox-rtc";
+ emul {
+ compatible = "sandbox,i2c-rtc";
+ };
+ };
+
sandbox_pmic: sandbox_pmic {
reg = <0x40>;
};